toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation.event
/
[jvm]NavigationRedirected
Navigation
Redirected
public
interface
NavigationRedirected
implements
NavigationEvent
An event indicating that the navigation has encountered a server redirect.
Members
Functions
destination
Url
Link copied to clipboard
public
String
destinationUrl
(
)
Returns a string that represents the destination URL for the navigation redirect.
navigation
Link copied to clipboard
public
Navigation
navigation
(
)
Returns the
Navigation
instance initiated this event.